home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MCASM.RAR / MC_ASM.EXE / WROX_ASM / CH4 / PROG4_1.ASM next >
Assembly Source File  |  1994-11-14  |  468b  |  17 lines

  1. ************************************************************
  2.     Program 4.1 An Example of Disassembled Code
  3.     ************************************************************
  4.     sub_152        proc     far
  5.                 push     bp        ; Save BP
  6.                 mov    bp,sp
  7.                 or     al,al
  8.                 jz     l46345        ; Jump if zero
  9.                  . . .
  10.     l46345:
  11.                 mov    ah,9        
  12.                 lea    dx,[data_2341]
  13.                 int     21h        ; DOS Function 9 (output string)                         pop    bp        : Restore BP
  14.                 retf            ; Return to caller
  15.     sub_152        endp
  16.  
  17.